home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / winsock / ws_ping.zip / WSPI_SRC.ZIP / WS_PING.RC < prev    next >
Text File  |  1994-01-20  |  360b  |  17 lines

  1. #include "WS_PING.h"
  2.  
  3. WS_PING ICON  WS_PING.ICO
  4. WS_PINGD ICON  WS_PINGD.ICO
  5.  
  6. WS_PING MENU
  7.   BEGIN
  8.     MENUITEM "&Lookup",        IDM_LOOKUP
  9.     MENUITEM "&BlockingPing",  IDM_CONNECT
  10.     MENUITEM "&AsyncPing",     IDM_ASYNC_CONNECT
  11.     MENUITEM "E&xit",          IDM_EXIT
  12.     MENUITEM "&About",         IDM_ABOUT
  13.   END
  14.  
  15. #include "WS_PING.DLG"
  16.  
  17.